if (do_name() != 'Home') : ?>
Reference | arrow()
endif ?>
Syntax | arrow(x, y, width, type=NORMAL, draw=True)
|
Description | Draws an arrow to the screen. The first two parameters set the location (measured from the arrow's head), the third sets the width. Optionally you can define the arrow type with the fourth parameter. By default the arrow type is NORMAL, but there is also a trendier FORTYFIVE version. |
Returns | BezierPath containing the arrow |
Tutorial | Primitives, Paths
|
|
Example | | fill(0.2)
arrow(50, 50, 50) |
|
include("util/comment.php"); ?>